Skip to main content
GET
Get store
Returns the full configuration for one store. Use this endpoint after the customer selects a location to load fulfillment options, channel availability, and payment methods for checkout.
Requires a Fire spark access token obtained through token exchange.

Path parameters

Request

Response

The response wraps a single store object in data. The shape matches the list stores endpoint.

Store fields

See the list stores reference for the full schema, including contact, location, channels, payments, cms_template_id, cms, and overrides.
Check channels[channel].fulfillment[type].availability.status before showing checkout. A store can be OPEN for one fulfillment type and TEMPORARILY_CLOSED for another.

Error responses

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

External store identifier.

Required string length: 1 - 64
Pattern: ^[a-zA-Z0-9_-]+$

Query Parameters

brand_id
string

Filter by brand. When set, returns 404 if the store does not belong to this brand.

Required string length: 1 - 64
Pattern: ^[a-zA-Z0-9_-]+$

Response

200 - application/json

Ok

data
object